<!--

🤖 Template 3: Schema ProductGroup & Product (PDP Varian Warna / Kapasitas Smart Home Device)

Gunakan kodingan ini untuk produk dengan banyak varian warna/spesifikasi (misalnya Robot Vacuum Cleaner dengan opsi warna Hitam/Putih) agar seluruh varian terhubung rapi ke satu entitas grup tanpa memicu index bloat.

-->

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ProductGroup",
  "@id": "https://rayaschool.com/smart-home/vacuum-cleaner/robot-auto-empty/ecovacs-t20-omni/#group",
  "name": "Ecovacs Deebot T20 OMNI Robot Vacuum Cleaner Laser & Auto Empty Station",
  "description": "Robot vacuum pembersih lantai otomatis serbaguna dengan teknologi Hot Water Mop Washing, daya hisap 6000 Pa, navigasi LiDAR TrueDetect 3D, dan stasiun dok pengosong debu otomatis.",
  "brand": {
    "@type": "Brand",
    "name": "Ecovacs"
  },
  "variesBy": [
    "https://schema.org/color"
  ],
  "hasVariant": [
    {
      "@type": "Product",
      "name": "Ecovacs Deebot T20 OMNI - White Edition",
      "sku": "ECO-T20-WHT",
      "color": "White",
      "image": "https://rayaschool.com/wp-content/uploads/ecovacs-t20-white.webp",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "IDR",
        "price": "12999000",
        "availability": "https://schema.org/InStock",
        "url": "https://rayaschool.com/smart-home/vacuum-cleaner/robot-auto-empty/ecovacs-t20-omni/?color=white"
      }
    },
    {
      "@type": "Product",
      "name": "Ecovacs Deebot T20 OMNI - Space Grey Edition",
      "sku": "ECO-T20-GRY",
      "color": "Space Grey",
      "image": "https://rayaschool.com/wp-content/uploads/ecovacs-t20-grey.webp",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "IDR",
        "price": "13499000",
        "availability": "https://schema.org/InStock",
        "url": "https://rayaschool.com/smart-home/vacuum-cleaner/robot-auto-empty/ecovacs-t20-omni/?color=grey"
      }
    }
  ]
}
</script>